os.ProcessState.userTime (method)

2 uses

	os (current package)
		exec.go#L369: 	return p.userTime()
		exec_unix.go#L172: func (p *ProcessState) userTime() time.Duration {